home *** CD-ROM | disk | FTP | other *** search
/ Fish With Names Like... / Fish With Names Like... 2.5.iso / pc / Media / Projector / demo.dxr / 00001.ls next >
Encoding:
Text File  |  2004-02-16  |  139 b   |  10 lines

  1. on startMovie
  2.   if the colorDepth > 8 then
  3.     go(1, "Fish.dir")
  4.   else
  5.   end if
  6.   if the colorDepth < 16 then
  7.     go("8bit")
  8.   end if
  9. end
  10.